home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / fileutil.13 / fileutil / fileutils-3.13 / po / cat-id-tbl.c next >
Encoding:
C/C++ Source or Header  |  1996-07-10  |  24.4 KB  |  546 lines

  1. /* Automatically generated by po2tbl.sed from fileutils.pot.  */
  2.  
  3. #if HAVE_CONFIG_H
  4. # include <config.h>
  5. #endif
  6.  
  7. #include "libgettext.h"
  8.  
  9. const struct _msg_ent _msg_tbl[] = {
  10.   {"", 1},
  11.   {"group of %s changed to %s\n", 2},
  12.   {"group of %s retained as %s\n", 3},
  13.   {"can not change to null group", 4},
  14.   {"group number", 5},
  15.   {"you are not a member of group `%s'", 6},
  16.   {"%s: invalid group number", 7},
  17.   {"virtual memory exhausted", 8},
  18.   {"Try `%s --help' for more information.\n", 9},
  19.   {"Usage: %s [OPTION]... GROUP FILE...\n", 10},
  20.   {"\
  21. Change the group membership of each FILE to GROUP.\n\
  22. \n\
  23.   -c, --changes           like verbose but report only when a change is \
  24. made\n\
  25.   -h, --no-dereference    affect symbolic links instead of any referenced \
  26. file\n\
  27.                           (available only on systems with lchown system \
  28. call)\n\
  29.   -f, --silent, --quiet   suppress most error messages\n\
  30.   -v, --verbose           output a diagnostic for every file processed\n\
  31.   -R, --recursive         change files and directories recursively\n\
  32.       --help              display this help and exit\n\
  33.       --version           output version information and exit\n", 11},
  34.   {"too few arguments", 12},
  35.   {"--no-dereference (-h) is not supported on this system", 13},
  36.   {"mode of %s changed to %04o (%s)\n", 14},
  37.   {"mode of %s retained as %04o (%s)\n", 15},
  38.   {"\
  39. Usage: %s [OPTION]... MODE[,MODE]... FILE...\n\
  40.   or:  %s [OPTION]... OCTAL_MODE FILE...\n", 16},
  41.   {"\
  42. \n\
  43.   -c, --changes           like verbose but report only when a change is \
  44. made\n\
  45.   -f, --silent, --quiet   suppress most error messages\n\
  46.   -v, --verbose           output a diagnostic for every file processed\n\
  47.   -R, --recursive         change files and directories recursively\n\
  48.       --help              display this help and exit\n\
  49.       --version           output version information and exit\n\
  50. \n\
  51. Each MODE is one or more of the letters ugoa, one of the symbols +-= and\n\
  52. one or more of the letters rwxXstugo.\n", 17},
  53.   {"invalid mode", 18},
  54.   {"owner of %s changed to ", 19},
  55.   {"owner of %s retained as ", 20},
  56.   {"\
  57. Usage: %s [OPTION]... OWNER[.[GROUP]] FILE...\n\
  58.   or:  %s [OPTION]... .[GROUP] FILE...\n", 21},
  59.   {"\
  60. Change the owner and/or group of each FILE to OWNER and/or GROUP.\n\
  61. \n\
  62.   -c, --changes          be verbose whenever change occurs\n\
  63.   -h, --no-dereference   affect symbolic links instead of any referenced \
  64. file\n\
  65.                          (available only on systems with lchown system \
  66. call)\n\
  67.   -f, --silent, --quiet  suppress most error messages\n\
  68.   -v, --verbose          explain what is being done\n\
  69.   -R, --recursive        change files and directories recursively\n\
  70.       --help             display this help and exit\n\
  71.       --version          output version information and exit\n\
  72. \n\
  73. Owner is unchanged if missing.  Group is unchanged if missing, but changed\n\
  74. to login group if implied by a period.  A colon may replace the period.\n", 22},
  75.   {"\
  76. Usage: %s [OPTION]... SOURCE DEST\n\
  77.   or:  %s [OPTION]... SOURCE... DIRECTORY\n", 23},
  78.   {"\
  79. Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n\
  80. \n\
  81.   -a, --archive                same as -dpR\n\
  82.   -b, --backup                 make backup before removal\n\
  83.   -d, --no-dereference         preserve links\n\
  84.   -f, --force                  remove existing destinations, never prompt\n\
  85.   -i, --interactive            prompt before overwrite\n\
  86.   -l, --link                   link files instead of copying\n\
  87.   -p, --preserve               preserve file attributes if possible\n\
  88.   -r                           copy recursively, non-directories as files\n\
  89.       --sparse=WHEN            control creation of sparse files\n\
  90.   -s, --symbolic-link          make symbolic links instead of copying\n\
  91.   -u, --update                 copy only older or brand new files\n\
  92.   -v, --verbose                explain what is being done\n\
  93.   -x, --one-file-system        stay on this file system\n\
  94.   -P, --parents                append source path to DIRECTORY\n\
  95.   -R, --recursive              copy directories recursively\n\
  96.   -S, --suffix=SUFFIX          override the usual backup suffix\n\
  97.   -V, --version-control=WORD   override the usual version control\n\
  98.       --help                   display this help and exit\n\
  99.       --version                output version information and exit\n\
  100. \n\
  101. By default, sparse SOURCE files are detected by a crude heuristic and the\n\
  102. corresponding DEST file is made sparse as well.  That is the behavior\n\
  103. selected by --sparse=auto.  Specify --sparse=always to create a sparse DEST\n\
  104. file whenever the SOURCE file contains a long enough sequence of zero \
  105. bytes.\n\
  106. Use --sparse=never to inhibit creation of sparse files.\n\
  107. \n", 24},
  108.   {"\
  109. The backup suffix is ~, unless set with SIMPLE_BACKUP_SUFFIX.  The\n\
  110. version control may be set with VERSION_CONTROL, values are:\n\
  111. \n\
  112.   t, numbered     make numbered backups\n\
  113.   nil, existing   numbered if numbered backups exist, simple otherwise\n\
  114.   never, simple   always make simple backups\n", 25},
  115.   {"\
  116. \n\
  117. As a special case, cp makes a backup of SOURCE when the force and backup\n\
  118. options are given and SOURCE and DEST are the same name for an existing,\n\
  119. regular file.\n", 26},
  120.   {"sparse type", 27},
  121.   {"symbolic links are not supported on this system", 28},
  122.   {"cannot make both hard and symbolic links", 29},
  123.   {"missing file arguments", 30},
  124.   {"missing destination file", 31},
  125.   {"when preserving paths, last argument must be a directory", 32},
  126.   {"when copying multiple files, last argument must be a directory", 33},
  127.   {"%s: omitting directory", 34},
  128.   {"`%s' and `%s' are the same file", 35},
  129.   {"%s: cannot overwrite directory with non-directory", 36},
  130.   {"%s: overwrite `%s', overriding mode %04o? ", 37},
  131.   {"%s: overwrite `%s'? ", 38},
  132.   {"backing up `%s' would destroy source;  `%s' not copied", 39},
  133.   {"cannot backup `%s'", 40},
  134.   {"cannot remove old link to `%s'", 41},
  135.   {"%s: cannot copy cyclic symbolic link", 42},
  136.   {"cannot create directory `%s'", 43},
  137.   {"%s: can make relative symbolic links only in current directory", 44},
  138.   {"cannot create link `%s'", 45},
  139.   {"cannot create fifo `%s'", 46},
  140.   {"cannot create special file `%s'", 47},
  141.   {"cannot read symbolic link `%s'", 48},
  142.   {"cannot create symbolic link `%s'", 49},
  143.   {"%s: unknown file type", 50},
  144.   {"cannot un-backup `%s'", 51},
  145.   {"cannot make directory `%s'", 52},
  146.   {"`%s' exists but is not a directory", 53},
  147.   {"cannot create regular file `%s'", 54},
  148.   {"Usage: %s [OPTION]... [FILE]\n", 55},
  149.   {"\
  150. Output commands to set the LS_COLOR environment variable.\n\
  151. \n\
  152. Determine format of output:\n\
  153.   -b, --sh, --bourne-shell    output Bourne shell code to set LS_COLOR\n\
  154.   -c, --csh, --c-shell        output C shell code to set LS_COLOR\n\
  155.   -p, --print-data-base       output defaults\n\
  156.   -h, --help                  display this help and exit\n\
  157.       --version               output version information and exit\n", 56},
  158.   {"Memory exhausted", 57},
  159.   {"%s:%lu: unrecognized keyword `%s'", 58},
  160.   {"\
  161. the options to output dircolors' internal database and\n\
  162. to select a shell syntax are mutually exclusive", 59},
  163.   {"\
  164. no FILE arguments may be used with the option to output\n\
  165. dircolors' internal database", 60},
  166.   {"too many arguments", 61},
  167.   {"no SHELL environment variable, and no shell type option given", 62},
  168.   {"write error", 63},
  169.   {"standard input", 64},
  170.   {"%s is closed", 65},
  171.   {"standard output", 66},
  172.   {"unrecognized option `%s'", 67},
  173.   {"invalid number `%s'", 68},
  174.   {"unrecognized option `%s=%s'", 69},
  175.   {"%s: invalid conversion", 70},
  176.   {"\
  177. only one conv in {ascii,ebcdic,ibm}, {lcase,ucase}, {block,unblock}, \
  178. {unblock,sync}", 71},
  179.   {"%u+%u records in\n", 72},
  180.   {"%u+%u records out\n", 73},
  181.   {"truncated record", 74},
  182.   {"truncated records", 75},
  183.   {"Usage: %s [OPTION]...\n", 76},
  184.   {"\
  185. Copy a file, converting and formatting according to the options.\n\
  186. \n\
  187.   bs=BYTES        force ibs=BYTES and obs=BYTES\n\
  188.   cbs=BYTES       convert BYTES bytes at a time\n\
  189.   conv=KEYWORDS   convert the file as per the comma separated keyword list\n\
  190.   count=BLOCKS    copy only BLOCKS input blocks\n\
  191.   ibs=BYTES       read BYTES bytes at a time\n\
  192.   if=FILE         read from FILE instead of stdin\n\
  193.   obs=BYTES       write BYTES bytes at a time\n\
  194.   of=FILE         write to FILE instead of stdout, don't truncate file\n\
  195.   seek=BLOCKS     skip BLOCKS obs-sized blocks at start of output\n\
  196.   skip=BLOCKS     skip BLOCKS ibs-sized blocks at start of input\n\
  197.       --help      display this help and exit\n\
  198.       --version   output version information and exit\n\
  199. \n\
  200. BYTES may be suffixed: by xM for multiplication by M, by c for x1,\n\
  201. by w for x2, by b for x512, by k for x1024.  Each KEYWORD may be:\n\
  202. \n\
  203.   ascii     from EBCDIC to ASCII\n\
  204.   ebcdic    from ASCII to EBCDIC\n\
  205.   ibm       from ASCII to alternated EBCDIC\n\
  206.   block     pad newline-terminated records with spaces to cbs-size\n\
  207.   unblock   replace trailing spaces in cbs-size records with newline\n\
  208.   lcase     change upper case to lower case\n\
  209.   ucase     change lower case to upper case\n\
  210.   swab      swap every pair of input bytes\n\
  211.   noerror   continue after read errors\n\
  212.   sync      pad every input block with NULs to ibs-size\n", 77},
  213.   {"cannot find mount point for %s", 78},
  214.   {"Usage: %s [OPTION]... [FILE]...\n", 79},
  215.   {"\
  216. Show information about the filesystem on which each FILE resides,\n\
  217. or all filesystems by default.\n\
  218. \n\
  219.   -a, --all             include filesystems having 0 blocks\n\
  220.   -h, --human-readable  print sizes in human readable format (e.g. 1K 234M \
  221. 2G)\n\
  222.   -i, --inodes          list inode information instead of block usage\n\
  223.   -k, --kilobytes       use 1024-byte blocks, not 512 despite \
  224. POSIXLY_CORRECT\n\
  225.   -m, --megabytes       use 1024K-byte blocks, not 512 despite \
  226. POSIXLY_CORRECT\n\
  227.       --no-sync         do not invoke sync before getting usage info \
  228. (default)\n\
  229.       --sync            invoke sync before getting usage info\n\
  230.   -t, --type=TYPE       limit listing to filesystems of type TYPE\n\
  231.   -x, --exclude-type=TYPE   limit listing to filesystems not of type TYPE\n\
  232.   -v                    (ignored)\n\
  233.   -P, --portability     use the POSIX output format\n\
  234.   -T, --print-type      print filesystem type\n\
  235.       --help            display this help and exit\n\
  236.       --version         output version information and exit\n", 80},
  237.   {"\
  238. the option for counting 1MB blocks may not be used\n\
  239. with the portable output format", 81},
  240.   {"\
  241. the option for printing with adaptive units may not be used\n\
  242. with the portable output format", 82},
  243.   {"file system type `%s' both selected and excluded", 83},
  244.   {"cannot read table of mounted filesystems", 84},
  245.   {"\
  246. Summarize disk usage of each FILE, recursively for directories.\n\
  247. \n\
  248.   -a, --all             write counts for all files, not just directories\n\
  249.   -b, --bytes           print size in bytes\n\
  250.   -c, --total           produce a grand total\n\
  251.   -h, --human-readable  print sizes in human readable format (e.g. 1K 234M \
  252. 2G)\n\
  253.   -k, --kilobytes       use 1024-byte blocks, not 512 despite \
  254. POSIXLY_CORRECT\n\
  255.   -l, --count-links     count sizes many times if hard linked\n\
  256.   -m, --megabytes       use 1024K-byte blocks, not 512 despite \
  257. POSIXLY_CORRECT\n\
  258.   -s, --summarize       display only a total for each argument\n\
  259.   -x, --one-file-system  skip directories on different filesystems\n\
  260.   -D, --dereference-args  dereference PATHs when symbolic link\n\
  261.   -L, --dereference     dereference all symbolic links\n\
  262.   -S, --separate-dirs   do not include size of subdirectories\n\
  263.       --help            display this help and exit\n\
  264.       --version         output version information and exit\n", 85},
  265.   {"cannot both summarize and show all entries", 86},
  266.   {"current directory", 87},
  267.   {"starting directory", 88},
  268.   {"%ld\ttotal\n", 89},
  269.   {"cannot change to directory %s", 90},
  270.   {"cannot change to `..' from directory %s", 91},
  271.   {"the strip option may not be used when installing a directory", 92},
  272.   {"invalid mode `%s'", 93},
  273.   {"`%s' is not a regular file", 94},
  274.   {"cannot fork", 95},
  275.   {"cannot run strip", 96},
  276.   {"invalid user `%s'", 97},
  277.   {"invalid group `%s'", 98},
  278.   {"\
  279. Usage: %s [OPTION]... SOURCE DEST           (1st format)\n\
  280.   or:  %s [OPTION]... SOURCE... DIRECTORY   (2nd format)\n\
  281.   or:  %s -d [OPTION]... DIRECTORY...       (3rd format)\n", 99},
  282.   {"\
  283. In first two formats, copy SOURCE to DEST or multiple SOURCE(s) to\n\
  284. DIRECTORY, while setting permission modes and owner/group.  In third\n\
  285. format, make all components of the given DIRECTORY(ies).\n\
  286. \n\
  287.   -c                  (ignored)\n\
  288.   -d, --directory     create [leading] directories, mandatory for 3rd \
  289. format\n\
  290.   -g, --group=GROUP   set group ownership, instead of process' current \
  291. group\n\
  292.   -m, --mode=MODE     set permission mode (as in chmod), instead of \
  293. rw-r--r--\n\
  294.   -o, --owner=OWNER   set ownership (super-user only)\n\
  295.   -s, --strip         strip symbol tables, only for 1st and 2nd formats\n\
  296.   -b, --backup        make backup before removal\n\
  297.   -S, --suffix=SUFFIX override the usual backup suffix\n\
  298.   -V, --version-control=WORD   override the usual version control\n\
  299.       --help          display this help and exit\n\
  300.       --version       output version information and exit\n\
  301. \n", 100},
  302.   {"%s: hard link not allowed for directory", 101},
  303.   {"%s: cannot overwrite directory", 102},
  304.   {"%s: replace `%s'? ", 103},
  305.   {"%s: File exists", 104},
  306.   {"cannot remove `%s'", 105},
  307.   {"create %s %s to %s\n", 106},
  308.   {"cannot create %s `%s' to `%s'", 107},
  309.   {"\
  310. Usage: %s [OPTION]... SOURCE [DEST]\n\
  311.   or:  %s [OPTION]... SOURCE... DIRECTORY\n", 108},
  312.   {"\
  313. Link SOURCE to DEST (. by default), or multiple SOURCE(s) to DIRECTORY.\n\
  314. Makes hard links by default, symbolic links with -s.\n\
  315. \n\
  316.   -b, --backup                 make backups for removed files\n\
  317.   -d, -F, --directory          hard link directories (super-user only)\n\
  318.   -f, --force                  remove existing destinations\n\
  319.   -n, --no-dereference         treat destination that is a symlink to a\n\
  320.                                  directory as if it were a normal file\n\
  321.   -i, --interactive            prompt whether to remove destinations\n\
  322.   -s, --symbolic               make symbolic links instead of hard links\n\
  323.   -v, --verbose                print name of each file before linking\n\
  324.   -S, --suffix=SUFFIX          override the usual backup suffix\n\
  325.   -V, --version-control=WORD   override the usual version control\n\
  326.       --help                   display this help and exit\n\
  327.       --version                output version information and exit\n\
  328. \n", 109},
  329.   {"missing file argument", 110},
  330.   {"when making multiple links, last argument must be a directory", 111},
  331.   {"ignoring invalid width in environment variable COLUMNS: %s", 112},
  332.   {"ignoring invalid tab size in environment variable TABSIZE: %s", 113},
  333.   {"invalid line width: %s", 114},
  334.   {"invalid tab size: %s", 115},
  335.   {"sort type", 116},
  336.   {"time type", 117},
  337.   {"format type", 118},
  338.   {"colorization criterion", 119},
  339.   {"unrecognized prefix: %s", 120},
  340.   {"unparsable value for LS_COLORS environment variable", 121},
  341.   {"\
  342. List information about the FILEs (the current directory by default).\n\
  343. Sort entries alphabetically if none of -cftuSUX nor --sort.\n\
  344. \n\
  345.   -A, --almost-all           do not list implied . and ..\n\
  346.   -a, --all                  do not hide entries starting with .\n\
  347.   -B, --ignore-backups       do not list implied entries ending with ~\n\
  348.   -b, --escape               print octal escapes for nongraphic characters\n\
  349.   -C                         list entries by columns\n\
  350.   -c                         sort by change time; with -l: show ctime\n\
  351.       --color[=WHEN]         control whether color is used to distinguish \
  352. file\n\
  353.                                types.  WHEN may be `never', `always', or \
  354. `auto'\n\
  355.   -D, --dired                generate output designed for Emacs' dired mode\n\
  356.   -d, --directory            list directory entries instead of contents\n\
  357.   -F, --classify             append a character for typing each entry\n\
  358.   -f                         do not sort, enable -aU, disable -lst\n\
  359.       --format=WORD          across -x, commas -m, horizontal -x, long -l,\n\
  360.                                single-column -1, verbose -l, vertical -C\n\
  361.       --full-time            list both full date and full time\n", 122},
  362.   {"\
  363.   -G, --no-group             inhibit display of group information\n\
  364.   -g                         (ignored)\n\
  365.   -I, --ignore=PATTERN       do not list implied entries matching shell \
  366. PATTERN\n\
  367.   -i, --inode                print index number of each file\n\
  368.   -k, --kilobytes            use 1024 blocks, not 512 despite \
  369. POSIXLY_CORRECT\n\
  370.   -L, --dereference          list entries pointed to by symbolic links\n\
  371.   -l                         use a long listing format\n\
  372.   -m                         fill width with a comma separated list of \
  373. entries\n\
  374.   -N, --literal              print raw entry names (don't treat e.g. \
  375. control\n\
  376.                                characters specially)\n\
  377.   -n, --numeric-uid-gid      list numeric UIDs and GIDs instead of names\n\
  378.   -o                         use long listing format without group info\n\
  379.   -p                         append a character for typing each entry\n\
  380.   -Q, --quote-name           enclose entry names in double quotes\n\
  381.   -q, --hide-control-chars   print ? instead of non graphic characters\n\
  382.   -R, --recursive            list subdirectories recursively\n\
  383.   -r, --reverse              reverse order while sorting\n\
  384.   -S                         sort by file size\n", 123},
  385.   {"\
  386.   -s, --size                 print block size of each file\n\
  387.       --sort=WORD            ctime -c, extension -X, none -U, size -S,\n\
  388.                                status -c, time -t\n\
  389.       --time=WORD            atime -u, access -u, use -u\n\
  390.   -T, --tabsize=COLS         assume tab stops at each COLS instead of 8\n\
  391.   -t                         sort by modification time; with -l: show mtime\n\
  392.   -U                         do not sort; list entries in directory order\n\
  393.   -u                         sort by last access time; with -l: show atime\n\
  394.   -w, --width=COLS           assume screen width instead of current value\n\
  395.   -x                         list entries by lines instead of by columns\n\
  396.   -X                         sort alphabetically by entry extension\n\
  397.   -1                         list one file per line\n\
  398.       --help                 display this help and exit\n\
  399.       --version              output version information and exit\n\
  400. \n\
  401. By default, color is not used to distinguish types of files.  That is\n\
  402. equivalent to using --color=none.  Using the --color option without the\n\
  403. optional WHEN argument is equivalent to using --color=always.  With\n\
  404. --color=auto, color codes are output only if standard output is connected\n\
  405. to a terminal (tty).\n", 124},
  406.   {"Usage: %s [OPTION] DIRECTORY...\n", 125},
  407.   {"\
  408. Create the DIRECTORY(ies), if they do not already exist.\n\
  409. \n\
  410.   -p, --parents     no error if existing, make parent directories as needed\n\
  411.   -m, --mode=MODE   set permission mode (as in chmod), not rwxrwxrwx - \
  412. umask\n\
  413.       --verbose     print a message for each created directory\n\
  414.       --help        display this help and exit\n\
  415.       --version     output version information and exit\n", 126},
  416.   {"created directory `%s'", 127},
  417.   {"Usage: %s [OPTION] NAME...\n", 128},
  418.   {"\
  419. Create named pipes (FIFOs) with the given NAMEs.\n\
  420. \n\
  421.   -m, --mode=MODE   set permission mode (as in chmod), not 0666 - umask\n\
  422.       --help        display this help and exit\n\
  423.       --version     output version information and exit\n", 129},
  424.   {"fifo files not supported", 130},
  425.   {"cannot make fifo `%s'", 131},
  426.   {"Usage: %s [OPTION]... NAME TYPE [MAJOR MINOR]\n", 132},
  427.   {"\
  428. Create the special file NAME of the given TYPE.\n\
  429. \n\
  430.   -m, --mode=MODE   set permission mode (as in chmod), not 0666 - umask\n\
  431.       --help        display this help and exit\n\
  432.       --version     output version information and exit\n\
  433. \n\
  434. MAJOR MINOR are forbidden for TYPE p, mandatory otherwise.  TYPE may be:\n\
  435. \n\
  436.   b      create a block (buffered) special file\n\
  437.   c, u   create a character (unbuffered) special file\n\
  438.   p      create a FIFO\n", 133},
  439.   {"wrong number of arguments", 134},
  440.   {"block special files not supported", 135},
  441.   {"\
  442. when creating block special files, major and minor device\n\
  443. numbers must be specified", 136},
  444.   {"invalid major device number `%s'", 137},
  445.   {"invalid minor device number `%s'", 138},
  446.   {"character special files not supported", 139},
  447.   {"\
  448. when creating character special files, major and minor device\n\
  449. numbers must be specified", 140},
  450.   {"major and minor device numbers may not be specified for fifo files", 141},
  451.   {"cannot move `%s' across filesystems: Not a regular file", 142},
  452.   {"%s: replace `%s', overriding mode %04o? ", 143},
  453.   {"cannot move `%s' to `%s'", 144},
  454.   {"\
  455. Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.\n\
  456. \n\
  457.   -b, --backup                 make backup before removal\n\
  458.   -f, --force                  remove existing destinations, never prompt\n\
  459.   -i, --interactive            prompt before overwrite\n\
  460.   -u, --update                 move only older or brand new files\n\
  461.   -v, --verbose                explain what is being done\n\
  462.   -S, --suffix=SUFFIX          override the usual backup suffix\n\
  463.   -V, --version-control=WORD   override the usual version control\n\
  464.       --help                   display this help and exit\n\
  465.       --version                output version information and exit\n\
  466. \n", 145},
  467.   {"when moving multiple files, last argument must be a directory", 146},
  468.   {"Usage: %s [OPTION]... EXISTING_DIR NEW_DIR\n", 147},
  469.   {"\
  470. Rename EXISTING_DIR to NEW_DIR.\n\
  471. \n\
  472.    --help      display this help and exit\n\
  473.    --version   output version information and exit\n", 148},
  474.   {"cannot get current directory", 149},
  475.   {"cannot rename `.' or `..'", 150},
  476.   {"`%s' is not a directory", 151},
  477.   {"cannot write to `%s'", 152},
  478.   {"`%s' is an ancestor of `%s'", 153},
  479.   {"cannot link `%s' to `%s'", 154},
  480.   {"cannot unlink `%s'", 155},
  481.   {"cannot remove `.' or `..'", 156},
  482.   {"%s: remove %s`%s', overriding mode %04o? ", 157},
  483.   {"directory ", 158},
  484.   {"%s: remove %s`%s'? ", 159},
  485.   {"%s: is a directory", 160},
  486.   {"%s: descend directory `%s', overriding mode %04o? ", 161},
  487.   {"%s: descend directory `%s'? ", 162},
  488.   {"%s: remove directory `%s' (might be nonempty)? ", 163},
  489.   {"%s: remove directory `%s'? ", 164},
  490.   {"\
  491. %s: WARNING: Circular directory structure.\n\
  492. This almost certainly means that you have a corrupted file system.\n\
  493. NOTIFY YOUR SYSTEM MANAGER.\n\
  494. Cycle detected:\n\
  495. %s\n\
  496. is the same file as\n", 165},
  497.   {"%s: continue? ", 166},
  498.   {"Usage: %s [OPTION]... FILE...\n", 167},
  499.   {"\
  500. Remove (unlink) the FILE(s).\n\
  501. \n\
  502.   -d, --directory       unlink directory, even if non-empty (super-user \
  503. only)\n\
  504.   -f, --force           ignore nonexistent files, never prompt\n\
  505.   -i, --interactive     prompt before any removal\n\
  506.   -v, --verbose         explain what is being done\n\
  507.   -r, -R, --recursive   remove the contents of directories recursively\n\
  508.       --help            display this help and exit\n\
  509.       --version         output version information and exit\n", 168},
  510.   {"Usage: %s [OPTION]... DIRECTORY...\n", 169},
  511.   {"\
  512. Remove the DIRECTORY(ies), if they are empty.\n\
  513. \n\
  514.   -p, --parents   remove explicit parent directories if being emptied\n\
  515.       --help      display this help and exit\n\
  516.       --version   output version information and exit\n", 170},
  517.   {"Usage: %s [OPTION]\n", 171},
  518.   {"\
  519. Force changed blocks to disk, update the super block.\n\
  520. \n\
  521.   --help      display this help and exit\n\
  522.   --version   output version information and exit\n", 172},
  523.   {"ignoring all arguments", 173},
  524.   {"\
  525. Update the access and modification times of each FILE to the current time.\n\
  526. \n\
  527.   -a                     change only the access time\n\
  528.   -c                     do not create any files\n\
  529.   -d, --date=STRING      parse STRING and use it instead of current time\n\
  530.   -f                     (ignored)\n\
  531.   -m                     change only the modification time\n\
  532.   -r, --reference=FILE   use this file's times instead of current time\n\
  533.   -t STAMP               use MMDDhhmm[[CC]YY][.ss] instead of current time\n\
  534.       --time=WORD        access -a, atime -a, mtime -m, modify -m, use -a\n\
  535.       --help             display this help and exit\n\
  536.       --version          output version information and exit\n\
  537. \n\
  538. STAMP may be used without -t if none of -drt, nor --, are used.\n", 174},
  539.   {"invalid date format `%s'", 175},
  540.   {"time selector", 176},
  541.   {"cannot specify times from more than one source", 177},
  542.   {"file arguments missing", 178},
  543. };
  544.  
  545. int _msg_tbl_length = 178;
  546.